home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 04 - 1988
/
04.11 Nov 88
/
fast rotate source
/
build script
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-05-17
|
276 b
|
6 lines
|
[
TEXT/MPS
]
### Assemble, link, and rez the rot4edit program,
### including the changes in rotate.a.
asm rotate.a -o rotate.a.o -wb
link -o testProg rotate.a.o rot4edit.p.o {mpw}libraries:Runtime.o {mpw}libraries:Interface.o {mpw}Plibraries:paslib.o
rez -a -o testProg rot4edit.r
testProg